home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 4.5 KB | 121 lines |
- ; NETPWR2.INF
- ;
- ; INF for SMC EtherPower II 10/100 Ethernet Adapter
- ;
- ; Copyright 1993-1997 SMC Networks, Inc. and Microsoft
-
- [version]
- LayoutFile = layout.inf
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- provider = %MSFT%
- DriverVer=10/19/1999,3.22.0.0
-
- [Manufacturer]
- %SMC% = SMC
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_10B8&DEV_0005&SUBSYS_A01110B8, \
- PCI\VEN_10B8&DEV_0005&SUBSYS_A01410B8, \
- PCI\VEN_10B8&DEV_0005&SUBSYS_A01510B8, \
- PCI\VEN_10B8&DEV_0005&SUBSYS_A01710B8
-
- [SMC]
- %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01110B8
- %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01410B8
- %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01510B8
- ;%Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01610B8(fiber)
- %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01710B8
-
- ;-------------------------------------------------------------------------------
- ; NT main sections
- ;
- [SMCPWR2.Ndi]
- AddReg = SMCPWR2.Reg, SMCPWR2.Params
- Characteristics = 0x84 ; NCF_HAS_UI |NCF_PHYSICAL
- BusType = 5
- CopyFiles = SMCPWR2.CopyFile
-
- [SMCPWR2.Ndi.Services]
- AddService = SMCPWR2, 2, SMCPWR2.Service, Common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; Driver parameters
- ;
- [SMCPWR2.Params]
- HKR, , GenControl, 0, "272" ; 0x0110
- HKR, , IpgDelay, 0, "0" ; (0 to 6) << 7, default is 0
- HKR, , IpgTimer, 0, "15456" ; 0x3c60
- HKR, , SlotTimer, 0, "120" ; (0 to 15) << 3, default is 0x78 or (15 << 3)
- HKR, , PowerMode, 0, "1" ; 0 = Power management off, 1 = COW mode
- HKR, , BurstLength, 0, "8" ; 0, 1, 2, 4, 8
- HKR, , ScrambleOn, 0, "0" ; 0 = OFF 1 = ON
- HKR, , TxPacketDesc, 0, "50" ; 0x32
- HKR, , RxPacketDesc, 0, "120" ; 0x78
- HKR, , TxDmaDesc, 0, "29" ; 0x1d
- HKR, , RxDmaDesc, 0, "40" ; 0x28
- HKR, , PacketsPerTxInt, 0, "10" ; 0x0a
- HKR, , PacketsPerRxInd, 0, "10" ; 0x0a
-
- HKR, Ndi\Params\MediaType, ParamDesc, 0, %MediaType%
- HKR, Ndi\Params\MediaType, default, 0, "0"
- HKR, Ndi\Params\MediaType, type, 0, "enum"
- HKR, Ndi\Params\MediaType\enum, 0, 0, %AutoNegotiate%
- HKR, Ndi\Params\MediaType\enum, 1, 0, %BNC10%
- HKR, Ndi\Params\MediaType\enum, 2, 0, %UTP10%
- HKR, Ndi\Params\MediaType\enum, 3, 0, %UTP10FD%
- HKR, Ndi\Params\MediaType\enum, 4, 0, %UTP100TX%
- HKR, Ndi\Params\MediaType\enum, 5, 0, %UTP100TXFD%
-
- ;-------------------------------------------------------------------------------
- ; SMCPWR2 Service, and Driver
- ;
- [SMCPWR2.Reg]
- ; Interfaces
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi, Service, 0, "SMCPWR2"
-
- [SMCPWR2.Service]
- DisplayName = %SMCPWR2.DriverDesc%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\smcpwr2n.sys
- LoadOrderGroup = NDIS
-
- [Common.EventLog]
- AddReg = Common.AddEventLog.Reg
-
- [Common.AddEventLog.Reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [SMCPWR2.CopyFile]
- smcpwr2n.sys,,,2
-
- ;-------------------------------------------------------------------------------
- ; Destination directories
- ;
- [DestinationDirs]
- SMCPWR2.CopyFile=12
-
- ;-------------------------------------------------------------------------------
- ; Localizable strings
- ;
- [Strings]
- MSFT = "Microsoft"
- SMC = "SMC Networks, Inc."
-
- MediaType = "Media Type"
- AutoNegotiate = "Auto Negotiate"
- BNC10 = "BNC 10Mbps"
- UTP10 = "UTP 10Mbps"
- UTP10FD = "UTP 10Mbps Full Duplex"
- UTP100TX = "UTP 100Mbps Tx"
- UTP100TXFD = "UTP 100Mbps Tx Full Duplex"
-
- smcpwr2.DeviceDesc = "SMC EtherPower II 10/100 Ethernet Adapter"
- smcpwr2.DriverDesc = "SMC EtherPower II 10/100 Ethernet Adapter Driver"
-